home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / grafik / 3d & render tools / irit / man / man6 / ctlpt.6 < prev    next >
Text File  |  1996-07-16  |  700b  |  24 lines

  1. .TH CTLPT
  2.  6 "IRIT Version 6.0" 
  3. .SH NAME
  4. CTLPT
  5.  
  6.  
  7.  
  8.  CPt = CTLPT( ConstantType PtType, NumericType Coord1, ... )
  9.  
  10. Constructs a single control point to be used in the construction of curves
  11. and surfaces. Points can have from one to five dimensions, and may be
  12. either Euclidean or Projective (rational). Points' type is set via the
  13. constants E1 to E5 and P1 to P5. The coordinates of the point are specified
  14. in order, weight is first if rational.
  15.  
  16. Examples:
  17.  
  18.     CPt1 = CTLPT( E3, 0.0, 0.0, 0.0 );
  19.     CPt2 = CTLPT( P2, 0.707, 0.707, 0.707 );
  20.  
  21. constructs an E3 point at the origin and a P2 rational point with
  22. a weight of 0.707. The Projective Pi points are specified as
  23. CTLPT(Pn, W, W X1, ... , W Xn).
  24.